Fix Qiniu Bucket Domain

Brightcells 6 年之前
父節點
當前提交
7667cf2d9e
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      pai2/settings.py

+ 6 - 6
pai2/settings.py

@@ -236,12 +236,12 @@ QINIU = {
236 236
     'secret_key': '05sCekniLCgM6-d_PxrH8sFjvEOsx3ev-FgS7R-k',
237 237
     'bucket_default': 'photo',
238 238
     'buckets': {
239
-        'original': 'http://orf3sfb8s.bkt.clouddn.com',
240
-        'photo': 'http://orf3lnlmb.bkt.clouddn.com',
241
-        'prettify': 'http://orzfu8zxw.bkt.clouddn.com',
242
-        'thumbnail': 'http://orf3ahvt6.bkt.clouddn.com',
243
-        'thumbnail2': 'http://orf3muf5n.bkt.clouddn.com',
244
-        'watermark': 'http://orf3qne9f.bkt.clouddn.com',
239
+        'original': 'http://original.img.pai.ai',
240
+        'photo': 'http://photo.img.pai.ai',
241
+        'prettify': 'http://prettify.img.pai.ai',
242
+        'thumbnail': 'http://thumbnail.img.pai.ai',
243
+        'thumbnail2': 'http://thumbnail2.img.pai.ai',
244
+        'watermark': 'http://watermark.img.pai.ai',
245 245
     }
246 246
 }
247 247